-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move resource to SDK. #254
Conversation
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Note that the latest revision of open-telemetry/oteps#16 will require resources again at the API level. |
@Oberon00 thanks for pointing me to that :), just added some comments about this concern there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder how it can be associated with the Meter
.
Probably we have to rethink that association with open-telemetry/oteps#42 |
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
dfec7fc
to
8eab6a9
Compare
@SergeyKanzhelev Meter is just an interface, you associate with the implementation of the interface so "indirectly" you associate with the Meter. |
* Move resource to SDK. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> * Update readme to add the new SDK specification section Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> * Add propagation for trace package in the layout * Clarify the association between resource and API objects. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
For `abc;def` the `locations_start_index` should be `4` as `2` points to `baz`. Follow up of open-telemetry/oteps#239 (comment)
For `abc;def` the `locations_start_index` should be `4` as `2` points to `baz`. Follow up of open-telemetry/oteps#239 (comment)
* Move resource to SDK. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> * Update readme to add the new SDK specification section Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> * Add propagation for trace package in the layout * Clarify the association between resource and API objects. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
For `abc;def` the `locations_start_index` should be `4` as `2` points to `baz`. Follow up of open-telemetry/oteps#239 (comment)
All updates to the specs related to https://github.com/open-telemetry/oteps/blob/master/text/0007-no-out-of-band-reporting.md. After this PR is merged the otep can probably be marked as "implemented".